TestGraphBasisGraphSetType

 

Set the type of reference graph for the desired location of the real-time test graph.

 

void @TestGraphBasisGraphSetType(string class name, int basis_pos, int graph_type);

 

Parameters

string class_name : The class name of the Task Graph object

int basis_pos : Location of the Reference Graph

int graph_type – Graph Type (0=Line,1=Bar)

 

Return Value

None

 

Example

@TestGraphBasisGraphSetType("TestGraph1", 1, 1);

 

Description : RealTimeTestGraph1 changes the graph type of the reference graph to Bar.

 

Version Information

Supported version: 10.3.7 or higher

 

Related Helps

@TestGraphAddTag()

@TestGraphBasisGraphAdd()

@TestGraphBasisGraphClear()

@TestGraphBasisGraphTagAdd()

@TestGraphBasisGraphTagClear()

@TestGraphClear()

@TestGraphClearData()

@TestGraphGetValue()

@TestGraphRun()

@TestGraphSetData()

@TestGraphSetDataSize()

@TestGraphSetMilliLast()

@TestGraphSetValue()

@TestGraphStop()